home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 109 / Ultra Gameplayers 109.iso / pc / media / ugpintro.dxr / 00001.ls next >
Encoding:
Text File  |  1998-02-10  |  494 b   |  10 lines

  1. on startMovie
  2.   if the platform contains "Macintosh" then
  3.     set mp to the moviePath
  4.     set the searchPath to [mp, mp & "audio:", mp & "Movies:", mp & "Movies:bootcamp:", mp & "Movies:Crypt:", mp & "Movies:Platform:", mp & "Movies:Reviews:", mp & "Movies:staff:"]
  5.   else
  6.     set mp to the moviePath
  7.     set the searchPath to [mp, mp & "audio\", mp & "Movies\", mp & "Movies\bootcamp\", mp & "Movies\Crypt\", mp & "Movies\Platform\", mp & "Movies\Reviews\", mp & "Movies\staff\"]
  8.   end if
  9. end
  10.